home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TLETTERLOOK / TLETTERLOOK.txt < prev   
Text File  |  1996-03-05  |  2KB  |  99 lines

  1. object LetterLook: TLetterLook
  2.   Left = 237
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Puzzle Font'
  6.   ClientHeight = 119
  7.   ClientWidth = 253
  8.   Font.Color = clBlack
  9.   Font.Height = -15
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   TextHeight = 17
  19.   object ASpot: TImage
  20.     Left = 16
  21.     Top = 8
  22.     Width = 60
  23.     Height = 60
  24.     Picture.Data = {<image000.bmp>}
  25.     Stretch = True
  26.   end
  27.   object BSpot: TImage
  28.     Left = 96
  29.     Top = 8
  30.     Width = 60
  31.     Height = 60
  32.     Stretch = True
  33.   end
  34.   object CSpot: TImage
  35.     Left = 176
  36.     Top = 8
  37.     Width = 60
  38.     Height = 60
  39.     Stretch = True
  40.   end
  41.   object WhiteImage: TImage
  42.     Left = 188
  43.     Top = 20
  44.     Width = 60
  45.     Height = 60
  46.     Stretch = True
  47.     Visible = False
  48.   end
  49.   object SavedImage: TImage
  50.     Left = 4
  51.     Top = 24
  52.     Width = 60
  53.     Height = 60
  54.     Visible = False
  55.   end
  56.   object Background: TButton
  57.     Left = 8
  58.     Top = 80
  59.     Width = 89
  60.     Height = 29
  61.     Caption = '&Background'
  62.     TabOrder = 0
  63.     OnClick = BackgroundClick
  64.   end
  65.   object Font: TButton
  66.     Left = 104
  67.     Top = 80
  68.     Width = 89
  69.     Height = 29
  70.     Caption = '&Font'
  71.     TabOrder = 1
  72.     OnClick = FontClick
  73.   end
  74.   object Exit: TButton
  75.     Left = 200
  76.     Top = 80
  77.     Width = 45
  78.     Height = 29
  79.     Caption = 'E&xit'
  80.     TabOrder = 2
  81.     OnClick = ExitClick
  82.   end
  83.   object MyFontDialog: TFontDialog
  84.     Font.Color = clWindowText
  85.     Font.Height = -17
  86.     Font.Name = 'System'
  87.     Font.Style = []
  88.     MinFontSize = 0
  89.     MaxFontSize = 0
  90.     Top = 4
  91.   end
  92.   object MyOpenDialog: TOpenDialog
  93.     DefaultExt = 'bmp'
  94.     Filter = 'bitmaps (*.bmp)|*.bmp'
  95.     Title = 'Letter Background Bitmaps'
  96.     Top = 24
  97.   end
  98. end
  99.